*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}body{font-family:'Roboto Mono',monospace;background-color:#0d1117;color:#e6edf3;display:flex;justify-content:center;align-items:center;min-height:100vh;overflow:hidden;padding:1rem}main{width:100%;max-width:600px;background-color:#000;border:1px solid #30363d;border-radius:8px;padding:1.5rem;text-align:center;box-shadow:0 10px 30px rgba(0,0,0,.3)}.terminal-header{display:flex;align-items:center;margin-bottom:2rem}.lights{display:flex;gap:.5rem}.light{width:12px;height:12px;border-radius:50%}.light.red{background-color:#ef4444}.light.yellow{background-color:#f59e0b}.light.green{background-color:#22c55e}img{width:80px;height:80px;margin-bottom:1.5rem;border-radius:8px}h1{font-size:clamp(2rem,5vw+1rem,3rem);font-weight:700;line-height:1.2;margin-bottom:.75rem}p{font-size:clamp(1rem,2vw+.5rem,1.125rem);font-weight:400;line-height:1.6;max-width:450px;margin:0 auto 2rem auto;opacity:.8}.cta{display:inline-block;font-family:'Roboto Mono',monospace;font-weight:700;font-size:1rem;text-decoration:none;color:#0d1117;background-color:#4ade80;padding:.75rem 1.5rem;border-radius:6px;transition:transform .2s ease,box-shadow .2s ease}.cta:hover,.cta:focus{transform:translateY(-2px);box-shadow:0 4px 15px rgba(74,222,128,.3);outline:2px solid #4ade80;outline-offset:2px}#cookie-banner{position:fixed;bottom:1rem;left:1rem;right:1rem;max-width:500px;margin:0 auto;background-color:#161b22;color:#e6edf3;padding:1rem;border-radius:6px;border:1px solid #30363d;box-shadow:0 5px 20px rgba(0,0,0,.5);font-size:.875rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;transform:translateY(200%);transition:transform .5s ease-in-out}#cookie-banner.show{transform:translateY(0)}#cookie-banner p{margin:0;font-size:.875rem;line-height:1.4;opacity:1}#cookie-accept{font-family:'Roboto Mono',monospace;font-size:.875rem;font-weight:700;color:#0d1117;background-color:#4ade80;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;white-space:nowrap}#cookie-accept:hover{opacity:.8}